CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - B 树

搜索资源列表

  1. bMinusTree

    0下载:
  2. b-树的增加,因为我看到的资料里的最大关键字数目为m-1,我考虑了一下,2-3树的删除会比较麻烦,后来看了下算法导论,别人的数目是2t-1,所以相同情况下是2-3-4树,我考虑按照这个因子再写一个,增加删除部分,有问题可以联系我,联系方式在程序中已注明.-b-tree increases, because the information I have seen in the largest number of keywords for the m-1, I consider a bit ,2-3
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2175
    • 提供者:杨毅
  1. btree

    0下载:
  2. 数据库的应用,基于索引,实现一个简单的B+树搜索树 -Database application, based on the index, the realization of a simple B+ tree search tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:9597
    • 提供者:julia
  1. BOOKLOGSYSTEMIMPLEBASEDONBTREE

    0下载:
  2. 基于 B- 树实现的图书管理系统1.rar-B-tree-based library management system to achieve 1.rar
  3. 所属分类:Education soft system

    • 发布日期:2017-04-29
    • 文件大小:10542
    • 提供者:city
  1. SimpleBrowse

    0下载:
  2. Simple Browse是一款简洁易用,源码公开的图片浏览器。它短小精悍,浏览快速,生成的缩图精美漂亮,能浏览常见的多种图像格式。 它是仿照ACDSee而做的,样子和使用方法都挺象。但是有一点不同:在ACDSee里,浏览到缩图后,想看大图,要用View命令切换到另一个界面,有时候,这种做法不够方便;而Simple Browse的做法是,目录树、缩图文件列表和大图观看窗口,全放在一个界面中,省去切换的麻烦。 使用 Simple Browse的使用方法和ACDSee
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-28
    • 文件大小:534284
    • 提供者:xjc
  1. Library

    0下载:
  2. 数据结构课程设计 数据结构B+树 B+ tree Library-B+ tree Library
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:323043
    • 提供者:刘煌
  1. dataorganization

    0下载:
  2. 数据结构的常用方法该视屏中包含:B树的删除,B树的生长过程,堆的排序,分块查找,直接插入排序,希尔排序,快速排序-Commonly used method of data structures contained in the screen: B-tree delete, B-tree growth process, heap sort, sub-block to find a direct insertion sort, Hill sort, quick sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1712238
    • 提供者:谭铭
  1. BMS

    0下载:
  2. 西文图书管理系统 图书管理基本业务活动包括:对一本书的采编入库、清除库存、借阅和归还等等。试设计一个图书管理系统,将上述业务活动借助于计算机系统完成。 要求: 1)每种书的登记内容至少包括书号、书名、著者、现存量和总库存量等五项。 2)作为演示系统,不必使用文件,全部数据可以都在内存存放。要用B-树(3-4树)对书号建立索引,以获得高效率。 3)系统应有以下功能: 采编入库、清除库存、借阅、归还、显示(以凹入表的形式显示)等。-Books Management Syste
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:3039
    • 提供者:xieyecao
  1. B_tree

    0下载:
  2. B树的实现,请大家都来试试看,功能比较全面!-B-tree to achieve, let us all to give it a try, function more comprehensive!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2476
    • 提供者:祥瑞阳光
  1. VLDBJ09-PMD

    0下载:
  2. 用标准C++写的基于Linux平台的磁盘、内存管理、B+树等使用程序,简单易用,是C++新手学习的好实例。-Using standard C++ written in the disk based on the Linux platform, memory management, B+ trees, such as the use of procedures, easy to use, is a C++ novice learning a good example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:556247
    • 提供者:ydb
  1. BPlusTree

    0下载:
  2. 生成windows窗口,编辑之中能够显示B+树格式,并能实现基本的插入删除工作-Generate windows window, edited and can show B+ tree format, and can achieve basic work of the insertion deletion
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-26
    • 文件大小:8875107
    • 提供者:尘埃落定
  1. avl-2.0.3

    0下载:
  2. avl树的介绍和源代码,包含avl树、红黑树等-introduction to avl tree and R-B tree
  3. 所属分类:source in ebook

    • 发布日期:2017-05-17
    • 文件大小:4626533
    • 提供者:黄开炳
  1. BMT

    0下载:
  2. 使用C语言实现的数据结构中的B树,经过验证,程序绝对能正常运行。-Using the C language implementation of the data structure in the B number
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:20128
    • 提供者:小张
  1. sjjg3

    0下载:
  2. B_tree的插入与删除 B树的表示及基本操作的实现。 1.掌握B树的存贮结构。 2.实现B树中关键字值的插入及删除操作。 3.练习屏幕图形化的显示。 -B_tree insertion and deletion B tree representation and the realization of basic operations. 1. Master B tree storage structure. 2. Keyword values to achieve B tre
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3239
    • 提供者:赵欣婷
  1. shujujiegou

    0下载:
  2. 以广州旅游业为背景,设计一个变长记录文件存取类库。程序采用B+树作为索引系统,支持字节流嵌入方式和文件链接方式,以较友好的用户界面,加强程序容错性-Guangzhou tourism industry as the background, to design a variable-length record file access library. Program uses B+ tree as an indexing system to support byte-stream mode and
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3598319
    • 提供者:liang
  1. BTree

    0下载:
  2. 以文件存储形式实现B+树,包括创建和添加操作。-In the form of file storage to achieve B+ trees, including creating and add operations.
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:6071
    • 提供者:谢宁
  1. aglo7

    0下载:
  2. (一) 编写一个程序LAGO7-1.CPP,实现二叉树的各种运算,并在此基础上设计一个主程序完成如下功能。 (1) 输出二叉树B; (2) 输出二叉树B的深度; (3) 输出H结点的左、右孩子结点值; (4) 输出二叉树B的宽度; (5) 输出二叉树B的结点个数; 输出二叉树B的叶子结点个数 -(A) to prepare a program LAGO7-1.CPP, to achieve a variety of binary operations, and on
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:1557
    • 提供者:xjj
  1. shujujiegoukeshe

    0下载:
  2. 数据结构课程设计 B-树 等 希望对大家有帮助-Data Structure Course Design B-trees, etc. We want to help
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:834441
    • 提供者:shamocanglang
  1. B-TREE

    0下载:
  2. 二叉树算法是数据结构中最基本也是很重要的算法之一-Binary tree algorithm is the most basic data structure is also one of the important algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:946
    • 提供者:kimi
  1. btree

    0下载:
  2. b树的实现,通过b树算法,对于b树的一个简单的实现-b tree implementation, through the b-tree algorithm, for b tree implementation of a simple
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2598
    • 提供者:zhl
  1. haxibiao

    0下载:
  2. 附有实验报告。。1、查找的基本概念和查找的几种方法以及求查找的平均查找长度。 2、静态查找表(基于线性表的查找法)。顺序查找、二分查找和分块查找。 3、动态查找表(基于树的查找法)。二叉排序树、二叉平衡树、 B_ 树和B+ 树。 -1, find the basic concepts and find several methods, as well as seeking to find the average search length. 2, static lookup tabl
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:249816
    • 提供者:jingjing
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 21 »
搜珍网 www.dssz.com